-Description: Use unicode-data instead of downloading external files
+From: Peter Colberg <peter@colberg.org>
+Date: Mon, 12 Jan 2026 15:57:02 +0100
+Subject: Use unicode-data instead of downloading external files
Replace external links with copies of Unicode data and GNU Unifont
provided by the packages unicode-data and ttf-unifont, respectively.
-Author: Peter Colberg <peter@colberg.org>
+
Forwarded: not-needed
Last-Update: 2025-09-01
+
---
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+ data/Makefile | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/data/Makefile b/data/Makefile
-index aa2d8a7..24d09ac 100644
+index 03f8348..cbf4431 100644
--- a/data/Makefile
+++ b/data/Makefile
@@ -24,37 +24,37 @@ utf8proc_data.c.new: data_generator.jl $(RAWDATA)
- UNICODE_VERSION=16.0.0
+ UNICODE_VERSION=17.0.0
UnicodeData.txt:
- $(CURL) $(CURLFLAGS) -o $@ https://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/UnicodeData.txt
clean:
rm -f $(RAWDATA) NormalizationTest.txt GraphemeBreakTest.txt
-